GtkModelMenuItem: Add some property notification
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 02:50:29 +0000 (21:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 02:52:36 +0000 (21:52 -0500)
commit2a3d5823f485f0885c4f9cf46c1403464c963b70
treed2adabc5e18cf4595ff2118a950e41d421003d5e
parent07d6c69128bae1191980ed2a72fb274055cc5392
GtkModelMenuItem: Add some property notification

GtkModelMenuItem emits no property notification, since none of its
properties are readable. But the toggled property is just a proxy
for GtkCheckMenuItem::active, so we should ensure that property
notification is emitted for the ::active property.
gtk/gtkmodelmenuitem.c